<xs:complexType name="BuyersType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>A collection of Buyer elements.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Buyer" type="BuyerType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>The information about a buyer.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>